func github.com/andybalholm/brotli.histogramAddLiteral
8 uses
github.com/andybalholm/brotli (current package)
block_splitter_literal.go#L185: histogramAddLiteral(&histograms[block_ids[i]], uint(data[i]))
block_splitter_literal.go#L240: histogramAddLiteral(&histograms[j], uint(data[pos]))
block_splitter_literal.go#L320: histogramAddLiteral(&histo, uint(data[pos]))
brotli_bit_stream.go#L1376: histogramAddLiteral(lit_histo, uint(input[pos&mask]))
histogram.go#L27: func histogramAddLiteral(self *histogramLiteral, val uint) {
histogram.go#L208: histogramAddLiteral(&literal_histograms[context], uint(ringbuffer[pos&mask]))
metablock.go#L465: histogramAddLiteral(&self.histograms_[self.curr_histogram_ix_+context], symbol)
metablock_literal.go#L160: histogramAddLiteral(&self.histograms_[self.curr_histogram_ix_], symbol)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |